home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d21 / qw12.exe / QWHITE12.EXE / AS400.TEC < prev    next >
Text File  |  1990-10-08  |  3KB  |  60 lines

  1. ID:AS IBM AS/400 Terminal Emulation Setup
  2. Desqview Technical Note
  3. By Dan Sallitt
  4.  
  5. The IBM AS/400 is a complicated terminal emulation setup, akin to the 5250.
  6. It usually requires 3 files in config.sys (EIMPCS.SYS (1K), ECYDDX.SYS
  7. (block device - 21K) and FSDD.SYS (needs ECYDDX before it - 59K)) and 2
  8. from the command line (a hardware manager - either E5250AH.COM (8.2K) or
  9. WSEAH.COM, usually - and STARTRTR.COM, which is 56K) to get it going,
  10. followed by a number of other files to implement various functions.
  11.  
  12. 1) One of the cards that the AS/400 software can use, the 5250 card (and
  13. maybe others as well), puts a piece of RAM, 8K or so in size, at xC00
  14. (usually CC00).  QEMM 5.00 and other memory managers may not see this RAM.
  15. In addition to excluding this area on your memory manager, use the RAM
  16. parameter with QEMM.  If you are using a different memory manager that
  17. provides more than one mappable area above 640k you can also use QRAM.
  18. Otherwise, E5250AH.COM accesses various sections of the reserved memory
  19. area when it loads, and DV 2.26's XDV may crash on startup if all these
  20. areas aren't excluded.
  21.  
  22. Giving E5250AH.COM the parameter /Mx (where x is the same as above - C by
  23. default) seems to make it access fewer areas, though the areas that are
  24. accessed still need to be excluded if you don't use the RAM parameter or
  25. otherwise map all available areas between 640K and 1024K before the AS/400
  26. software loads.
  27.  
  28. 2) STARTRTR traditionally doesn't like to load inside DV, which means that
  29. everything before it can't load in DV.  It's likely that functions loaded
  30. after STARTRTR can load in a window - we have seen STF.COM load and run in
  31. a DV window.  On one system that we saw, STARTRTR used an interrupt that
  32. can conflict with DESQview (INT 69), but this isn't the sole cause of its
  33. problems inside DESQview.
  34.  
  35. 3) Usually, after the STARTRTR is run, users run a program FSPC.COM to make
  36. a virtual disk on the mainframe.  This program isn't resident and takes no
  37. memory.  However, FSPC needs to see FSDD.SYS, and it can't from inside a DV
  38. window, so it currently can't run inside DV.  This will get to be an issue
  39. if STARTRTR is ever runnable inside DV.
  40.  
  41. 4) STARTRTR will need 160K of space to load high, even though it settles
  42. down to 56K or so.
  43.  
  44. 5) Some AS/400 drivers and TSR's know about expanded memory and store
  45. something there. Therefore, some of the memory figures that I've quoted may
  46. increase in the absence of expanded memory.
  47.  
  48. 6) If you get the AS/400 software running with DV, it may or may not be
  49. necessary to set Keyboard Conflict to 8.  One user thought he needed it set
  50. to 9, which makes no sense to us.
  51.  
  52. 7) We're hearing in March 1990 of new versions of the IBM AS/400 software
  53. that have fewer and smaller files.  Apparently the driver FSSD.SYS and the
  54. non-resident FSPC.COM are united in a smaller TSR STARTFLR.COM, which, we
  55. hear from some users, crashes in a DV window in much the same preemptive
  56. way that STARTRTR.COM does.
  57.  
  58.         Copyright (C) 1990 by Quarterdeck Office Systems
  59.              * * *   E N D   O F   F I L E    * * *
  60.